Alfresco Index of Web Scripts URI '/api/login/ticket/{ticket}'
Alfresco Community v3.2.0 (2039)
2 Web Scripts

Back to Web Scripts Home

Up to uri /api/login/ticket

Logout
DELETE /alfresco/service/api/login/ticket/{ticket}
Description:Logout, Delete Login Ticket.
After the user has logged out the ticket is no longer valid and subsequent attempts to use it will fail.
Authentication:user
Transaction:required
Format Style:any
Lifecycle:public_api
Default Format:xml
Id:org/alfresco/repository/loginticket.delete
Description:classpath:alfresco/templates/webscripts/org/alfresco/repository/loginticket.delete.desc.xml

Validate Login Ticket
GET /alfresco/service/api/login/ticket/{ticket}
Description:Validates the specified ticket is still valid.
The ticket may be invalid, or expired, or the user may have been locked out.
For security reasons this script will not validate the ticket of another user.
  • If the ticket is valid retuns, STATUS_SUCCESS (200)
  • If the ticket is not valid return, STATUS_NOT_FOUND (404)
  • If the ticket does not belong to the current user, STATUS_NOT_FOUND (404)
Authentication:user
Transaction:required
Format Style:any
Lifecycle:public_api
Default Format:xml
Id:org/alfresco/repository/loginticket.get
Description:classpath:alfresco/templates/webscripts/org/alfresco/repository/loginticket.get.desc.xml